<?php
namespace WonderPush\Obj;
if (count(get_included_files()) === 1) { http_response_code(403); exit(); } // Prevent direct access
/**
* DTO part for `notification.push.ios`.
* @see NotificationPush
* @codeCoverageIgnore
*/
class NotificationPushIos extends NotificationPush {
// Nothing special, only let overriding common values
}